1 #include <iostream>
2 #include
"bluesky.cpp"
3 using
namespace std;
4
5 int
main()
6 {
7     
8     system(
"CLS"); // clean the terminal
9     cout<<
"\n:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::"<<endl;
10     cout <<
"\t WELCOME TO AIRLINE RESERVATION SYSTEM \n";
11     cout<<
":::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::"<<endl;
12     cout<<
" ..................... MENU OPTIONS .............................\n"<<endl;
13
14
15
16
17     menu();
//calling the menu function.
18     seat_fill();
// initialize seat array.
19
20     
return 0;
21
22
23 }


Gõ tìm kiếm nhanh...